home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 …ember: Reference Library / Dev.CD Dec 96 RL / Dev.CD Dec 96 RL.toast / Technical Documentation / develop / develop Issue 26 / develop Issue 26 code / Truffles - Display Mgr. / SuperFly source / SuperFlyAppleEventHandler.h < prev    next >
Encoding:
Text File  |  1996-01-16  |  392 b   |  17 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        SuperFlyAppleEventHandler.h
  3.  
  4.     Contains:    Prototypes for routines to install and handle the Display Manager's Apple Event
  5.                 
  6.     Written by: Kent Miller
  7.     
  8.     Copyright:    © 1996 Apple Computer
  9.  
  10.     Change History (most recent first):
  11.  
  12.  */
  13.  
  14.  
  15. OSErr InstallDisplayManagerEventHandler(void);
  16. pascal OSErr
  17. HandleDisplayManagerEvent(AppleEvent *theAppleEvent,AppleEvent *  reply ,long  refCon );